home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Charges.per < prev    next >
Encoding:
Text File  |  1996-08-06  |  16.3 KB  |  400 lines

  1. MESSAGE MANAGER FAX CALL CHARGE TABLES - PERTH
  2. ----------------------------------------------
  3.  
  4. Only lines that start with a blank are used by the program.
  5.  
  6. The total charge for a call is the sum of the following components:
  7. - charge per call (PC lines)
  8. - charge per message (PD lines)
  9. - charge per page (PP lines)
  10. - charge per minute (PM lines)
  11. - estimated cost of call (Telecom charge) (EC lines)
  12.  
  13. All components depend on the call type (local, STD, international, etc).
  14. The estimated cost of the call also depends on the charge zone and time band.
  15. Call types and charge zones are determined from the table at the end of
  16. this file, using the fax number.
  17.  
  18. All money amounts are expressed in cents (or yen, etc).
  19.  
  20. To delete any component, set the amount to 0 or change column 1 to any
  21. non-blank character.
  22.  
  23. Comments (enclosed in square brackets) may be used freely.
  24.  
  25. Charge per call
  26. ---------------
  27. * PC  LOC   25
  28. * PC  STD   25
  29. * PC  IDD   25
  30. * PC  IDDA  25
  31. * PC  IDDB  25
  32. * PC  IDDC  25
  33.  
  34.  
  35. Charge per message
  36. ------------------
  37. * PD  LOC   25
  38. * PD  STD   25
  39. * PD  IDD   25
  40. * PD  IDDA  25
  41. * PD  IDDB  25
  42. * PD  IDDC  25
  43.  
  44.  
  45. Charge per page
  46. ---------------
  47. * PP  LOC   50
  48. * PP  STD   50
  49. * PP  IDD   50 
  50. * PP  IDDA  50
  51. * PP  IDDB  50
  52. * PP  IDDC  50
  53.  
  54.  
  55. Charge per minute (or part thereof)
  56. -----------------------------------
  57. * PM  LOC   25
  58. * PM  STD   60
  59. * PM  IDD   210
  60. * PM  IDDA  210
  61. * PM  IDDB  210
  62. * PM  IDDC  210
  63.  
  64.  
  65. Estimated cost of call
  66. ----------------------
  67.  
  68. All costs are estimated on the basis of a single per-call charge
  69. plus a per-minute charge multiplied by the call duration, and
  70. subject to a minimum charge.
  71. Any of these can be set to zero for any call type.
  72.  
  73. The sequence followed by the computer is:
  74.  
  75. 1.  The call type and charge zone are obtained from the fax number by
  76. reference to the table at the end of this file.
  77.  
  78. 2.  The time band is obtained from the table of time bands below, using
  79. the line of the table for the call type, day of the week and time of day
  80. at which the message was sent.
  81.  
  82. 3.  The per-call and per-minute charges are obtained from the table of
  83. EC lines below, using the line of the table for the call type and charge
  84. zone from step 1 and (for the per-minute charge) the column for the time
  85. band from step 2.
  86.  
  87. 4.  The call cost is calculated as the per-call charge plus the call
  88. duration in minutes (and fractions) multiplied by the per-minute charge,
  89. rounded to the nearest cent.
  90.  
  91. 5.  If the computed cost of the call is less than the minimum charge,
  92. the minimum is used.
  93.  
  94. Time Bands Table
  95. ----------------
  96. All times not here default to time band 1 (day rate).
  97. Set all time bands to '1' to disable off-peak rates.
  98. MF = Mon - Fri,  SA = Sat,  SU = Sun
  99.  
  100. *  CALL  DAY      HOURS      TIME
  101. *  TYPE                      BAND
  102.  
  103.     STD   MF   00.00 - 08.00   3   [STD Economy Rate]
  104.     STD   MF   18.00 - 22.00   2   [STD Night Rate]
  105.     STD   MF   22.00 - 24.00   3   [STD Economy Rate]
  106.     STD   SA   00.00 - 08.00   3   [STD Economy Rate]
  107.     STD   SA   18.00 - 24.00   3   [STD Night Rate]
  108.     STD   SU   00.00 - 24.00   3   [STD Economy Rate]
  109.  
  110.    IDDA   MF   20.00 - 24.00   2   [IDD Off-peak Group A]
  111.    IDDA   MF   00.00 - 09.00   2   [IDD Off-peak Group A]
  112.    IDDA   SA   00.00 - 24.00   2   [IDD Off-peak Group A]
  113.    IDDA   SU   00.00 - 24.00   2   [IDD Off-peak Group A]
  114.  
  115.    IDDB   MF   18.00 - 24.00   2   [IDD Off-peak Group B]
  116.    IDDB   MF   00.00 - 07.00   2   [IDD Off-peak Group B]
  117.    IDDB   SA   00.00 - 24.00   2   [IDD Off-peak Group B]
  118.    IDDB   SU   00.00 - 24.00   2   [IDD Off-peak Group B]
  119.  
  120.    IDDC   MF   18.00 - 24.00   2   [IDD Off-peak Group C]
  121.    IDDC   MF   00.00 - 09.00   2   [IDD Off-peak Group C]
  122.    IDDC   SA   00.00 - 24.00   2   [IDD Off-peak Group C]
  123.    IDDC   SU   00.00 - 24.00   2   [IDD Off-peak Group C]
  124.  
  125.  
  126. Call Charges Table
  127. ------------------
  128. Table Format: 'EC', call type (e.g. LOC), charge zone (e.g. 1), per-call
  129. charge in cents, minimum charge in cents, per-minute charges in cents for
  130. time bands 1, 2, 3, ...
  131. Decimals are permitted (e.g. 3.55) if necessary, in cents-per-minute
  132. columns only.
  133.  
  134.               CENTS         CENTS PER MINUTE
  135. *   CALL  CHG  PER   MIN      IN TIME BAND
  136. *   TYPE  ZONE CALL  CHG    1      2      3 
  137.  
  138.  EC  INT   0     0    0     0                   [internal call, no charge]
  139.  EC  LOC   1    25   25     0                   [local call, no timed charge]
  140.  EC  008   1    25   25     0                   [008, same as local call]
  141.  EC  STD   1    12   25    13.28    8.85    5.56    [up to 50km]
  142.  EC  STD   2    12   25    23.08   15.39    9.23    [50 - 85km]
  143.  EC  STD   3    12   25    33.34   22.23   13.40    [85 - 165km]
  144.  EC  STD   4    12   25    34.59   22.97   13.74    [165 - 745km]
  145.  EC  STD   5    12   25    50.00   33.33   17.60    [over 745km]
  146.  EC  IDD   1    12   25    90                   [IDD Rate band 1]
  147.  EC  IDDA  2    12   25   109      72           [IDD Rate band 2. O/Peak A]
  148.  EC  IDDA  3    12   25   135     103           [IDD Rate band 3. O/Peak A]
  149.  EC  IDDC  3    12   25   135     103           [IDD Rate band 3. O/Peak C]
  150.  EC  IDDB  4    12   25   140     107           [IDD Rate band 4. O/Peak B]
  151.  EC  IDDA  5    12   25   141     107           [IDD Rate band 5. O/Peak A]
  152.  EC  IDDA  6    12   25   145     103           [IDD Rate band 6. O/Peak A]
  153.  EC  IDDA  7    12   25   145     115           [IDD Rate band 7. O/Peak A]
  154.  EC  IDD   8    12   25   149                   [IDD Rate band 8]
  155.  EC  IDDA  9    12   25   159     119           [IDD Rate band 9. O/Peak A]
  156.  EC  IDD   10   12   25   159                   [IDD Rate band 10.]
  157.  EC  IDDA  11   12   25   169     116           [IDD Rate band 11. O/Peak A]
  158.  EC  IDDA  12   12   25   179     129           [IDD Rate band 12. O/Peak A]
  159.  EC  IDD   13   12   25   179                   [IDD Rate band 13]
  160.  EC  IDDA  14   12   25   180     139           [IDD Rate band 14. O/Peak A]
  161.  EC  IDDA  15   12   25   199     159           [IDD Rate band 15. O/Peak A]
  162.  EC  IDD   16   12   25   199                   [IDD Rate band 16]
  163.  EC  IDDA  17   12   25   219     159           [IDD Rate band 17. O/Peak A]
  164.  EC  IDD   18   12   25   219                   [IDD Rate band 18]
  165.  EC  IDDA  19   12   25   239     189           [IDD Rate band 19. O/Peak A]
  166.  EC  IDD   20   12   25   239                   [IDD Rate band 20]
  167.  EC  IDD   21   12   25   279                   [IDD Rate band 21]
  168.  EC  IDD   22   12   25   309                   [IDD Rate band 22]
  169.  
  170.  
  171. Call Types and Charge Zones
  172. ---------------------------
  173. First line that matches fax number determines call type and charge zone.
  174. '?' matches any single digit,  '*' matches any number of digits.
  175.  
  176. *  FAX            CALL    CHARGE
  177. * NUMBER          TYPE     ZONE
  178.  
  179. Internal:
  180.   ????             INT       0        [Internal]
  181.   ?????            INT       0        [Internal]
  182.  
  183. International:
  184.  
  185.   001?180944*      IDD      21        [Dominica Is]
  186.   001?1809497*     IDD      22        [Anguilla]
  187.   001?180949*      IDD      21        [BR Virgin Is/Montserrat]
  188.   001?1809946*     IDD      21        [Turks & Caico Is]
  189.   001?1809*        IDD      20        [St Lucia/St Vincent/Bequia/Jamaica]
  190.                                       [Antigua/Trinidad & Tobago/Grenada]
  191.                                       [St Kitts & Nevis/Dominican Republic]
  192.                                       [Bermuda/Cayman Is/Bahamas/Barbados]
  193.                                       [Note: Puerto Rico/US Virgin Is are]
  194.                                       [overcharged because of same prefix]
  195.   001?1*           IDDC      3        [Canada/Hawaii/USA]
  196.  
  197.   001?20*          IDDA     19        [Egypt/Arab Republic]
  198.   001?220*         IDD      21        [Gambia]
  199.   001?222*         IDD      21        [Mauritania]
  200.   001?223*         IDD      21        [Mali]
  201.   001?224*         IDD      21        [Guinea Rep]
  202.   001?225*         IDD      21        [Ivory Coast]
  203.   001?226          IDD      21        [Burkino Faso]
  204.   001?229*         IDD      21        [Benin]
  205.   001?22*          IDD      22        [Senegal/Niger/Togo]
  206.   001?230*         IDD      16        [Mauritius]
  207.   001?232*         IDD      21        [Sierra Leone]
  208.   001?233*         IDD      21        [Ghana]        
  209.   001?234*         IDD      18        [Nigeria]
  210.   001?238*         IDD      21        [Cape Verde]
  211.   001?239*         IDD      21        [Sao Tome & Principle]
  212.   001?23*          IDD      22        [Liberia/Central African Rep]
  213.   001?241*         IDD      21        [Gabon]
  214.   001?247*         IDD      21        [Ascension]
  215.   001?248*         IDD      21        [Seychelles]
  216.   001?249*         IDD      20        [Sudan]
  217.   001?24*          IDD      22        [Congo/Zaire/Angola/Guinea Bissau]
  218.   001?250*         IDD      20        [Rwanda]
  219.   001?254*         IDD      16        [Kenya]
  220.   001?255*         IDD      20        [Tanzania]
  221.   001?256*         IDD      21        [Uganda]
  222.   001?257*         IDD      21        [Burundi]
  223.   001?25*          IDD      22        [Mozambique/Djibouti/Ethiopia/Somalia]
  224.   001?261*         IDD      22        [Madagascar]
  225.   001?263*         IDD      18        [Zimbabwe] 
  226.   001?265          IDD      21        [Malawi]
  227.   001?266          IDD      21        [Lesotho]
  228.   001?268          IDD      21        [Swaziland]
  229.   001?26*          IDD      20        [Namibia/Reunion/Zambia/Botswana]
  230.                                       [Comoro Is/Mayotte]
  231.   001?27*          IDDA     12        [South Africa]
  232.   001?290          IDD      20        [St Helena]
  233.   001?297*         IDD      16        [Aruba]
  234.   001?298*         IDDA     15        [Faroe Islands]
  235.   001?299*         IDDA     15        [Greenland]
  236.  
  237.   001?30*          IDD      16        [Greece]
  238.   001?31*          IDDA      9        [Netherlands]
  239.   001?32*          IDDA     12        [Belgium]
  240.   001?33*          IDDA      9        [Andorra/France/Monaco]
  241.   001?34*          IDD      18        [Spain]
  242.   001?351*         IDD      16        [Portugal]
  243.   001?352*         IDD      16        [Luxembourg]
  244.   001?353*         IDDA      3        [Ireland (Republic)]
  245.   001?354*         IDD      21        [Iceland]
  246.   001?355*         IDD      21        [Albania]
  247.   001?356*         IDDA     12        [Malta]
  248.   001?357*         IDD      16        [Cyprus]
  249.   001?358*         IDDA      9        [Finland]
  250.   001?36*          IDD      16        [Hungary]
  251.   001?38*          IDD      16        [Serbia/Slovenia/Croatia/Bosnia]
  252.                                       [Macedonia]
  253.   001?39*          IDDA      6        Italy/San Marino/Vatican City]
  254.  
  255.   001?40*          IDD      20        [Romania]
  256.   001?41*          IDD      13        [Switzerland/Liechtenstein]
  257.   001?42*          IDD      16        [Czech/Slovak Republics] 
  258.   001?43*          IDD      13        [Austria]
  259.   001?44*          IDDC      3        [United Kingdom]
  260.   001?45*          IDDA      9        [Denmark]
  261.   001?46*          IDDA      9        [Sweden]
  262.   001?47*          IDDA      9        [Norway]
  263.   001?48*          IDD      16        [Poland]
  264.   001?49*          IDDA     11        [Germany (West)]
  265.  
  266.   001?502*         IDD      21        [Guatemala]
  267.   001?503*         IDD      21        [El Salvador]
  268.   001?504*         IDD      22        [Honduras]
  269.   001?506*         IDD      21        [Costa Rica]
  270.   001?508*         IDD      18        [St Pierre & Miquelon]
  271.   001?509*         IDD      22        [Haiti]
  272.   001?50*          IDD      20        [Belize/Nicaragua/Panama/Falkland Is]
  273.   001?51*          IDD      18        [Peru]
  274.   001?52*          IDD      16        [Mexico]
  275.   001?53*          IDD      21        [Cuba]
  276.   001?54*          IDD      16        [Argentina]
  277.   001?55*          IDD      16        [Brazil]
  278.   001?56*          IDD      16        [Chile]
  279.   001?57*          IDD      21        [Colombia]
  280.   001?58*          IDD      10        [Venezuela]
  281.   001?591*         IDD      21        [Bolivia]
  282.   001?592*         IDD      16        [Guyana]
  283.   001?593*         IDD      21        [Ecuador]
  284.   001?595*         IDD      20        [Paraguay]
  285.   01?598*          IDD      16        [Uruguay]
  286.   001?59*          IDD      18        [Guadeloupe/French Guiana]
  287.                                       [Surinam/n. Antilles]
  288.   
  289.   001?60*          IDDA      9        [Malaysia] 
  290.   001?62*          IDD      16        [Indonesia]
  291.   001?63*          IDDA      9        [Philippines]
  292.   001?64*          IDDA      2        [New Zealand]
  293.   001?65*          IDDA      3        [Singapore]
  294.   001?66*          IDD      16        [Thailand]
  295.   001?670*         IDD      20        [Mariana Is]
  296.   001?671*         IDDA      9        [Guam]      
  297.   001?672*         IDD       1        [Christmas Is./Cocos Is.]
  298.                                       [Norfolk Is./Antarctica]
  299.   001?673*         IDD      10        [Brunei]
  300.   001?674*         IDDA      9        [Naura]
  301.   001?675*         IDDA      5        [Papua New Guinea]
  302.   001?676*         IDDA      9        [Tonga]
  303.   001?677*         IDDA      7        [Solomon Islands]
  304.   001?678*         IDDA      9        [Vanuatu (New Hebrides)]
  305.   001?679*         IDDA     12        [Fiji]
  306.   001?681*         IDD      20        [Wallis and Futura]
  307.   001?682*         IDDA     15        [Cook Is.] 
  308.   001?683*         IDD       8        [Nuie Islands]
  309.   001?684*         IDDA      9        [US Somoa]
  310.   001?685*         IDDA      9        [Samoa (Western)]
  311.   001?686*         IDDA      9        [Kiribati]
  312.   001?687*         IDDA     12        [New Caledonia]
  313.   001?688*         IDD      10        [Tuvalu]
  314.   001?689*         IDDA     12        [French Polynesia] 
  315.   001?69*          IDD      20        [Micronesia/Marshall Is.]
  316.  
  317.   001?7*           IDD       6        [Former Republics of USSR]
  318.  
  319.   001?81*          IDDA     14        [Japan] 
  320.   001?82*          IDD      16        [Korea PDR]
  321.   001?84*          IDD      16        [Vietnam]
  322.   001?850*         IDD      21        [Korea North]
  323.   001?852*         IDDA      3        [Hong Kong]
  324.   001?853*         IDD      16        [Macao(Macau)]
  325.   001?85*          IDD      18        [Cambodia/Laos] 
  326.   001?86*          IDD      21        [China]
  327.   001?880*         IDD      16        [Bangladesh]
  328.   001?886*         IDDA     17        [Taiwan]
  329.   
  330.   001?90*          IDD      16        [Turkey]
  331.   001?91*          IDD      16        [India]
  332.   001?92*          IDD      21        [Pakistan]
  333.   001?94*          IDDA     12        [Sri Lanka]
  334.   001?95*          IDD      20        [Myanmar]
  335.   001?960*         IDD      21        [Maldive Is]
  336.   001?962*         IDD      16        [Jordan]
  337.   001?963*         IDD      21        [Syria]
  338.   001?964*         IDD      20        [Iraq]
  339.   001?965*         IDD      16        [Kuwait]
  340.   001?966*         IDD      20        [Saudi Arabia]
  341.   001?967*         IDD      20        [Yemen AR]
  342.   001?968*         IDD      13        [Oman]
  343.   001?969*         IDD      20        [Yemen PDR]
  344.   001?971*         IDDA     15        [United Arab Emirates (U.A.E.)]
  345.   001?972*         IDD      20        [Israel]
  346.   001?973*         IDD      18        [Bahrain]
  347.   001?974*         IDD      21        [Qatar]
  348.   001?975*         IDD      20        [Bhutan] 
  349.   001?977*         IDD      16        [Nepal]
  350.   001?980*         IDD      18        [Iran]
  351.   
  352.   001*             IDD      22        [Other international destinations]
  353.  
  354. Local/free Area Codes:
  355.   1800*            INT       1
  356.   11*              LOC       1
  357.   13*              LOC       1
  358.  
  359. STD Area Codes:
  360. 1=up to 50km
  361. 2=50-86km
  362. 3=85-165km
  363. 4=165-745km
  364. 5=over 745km
  365.  
  366.   00*              STD       5
  367.   02*              STD       5
  368.   03*              STD       5
  369.   04*              STD       5
  370.   05*              STD       5
  371.   06*              STD       5
  372.   07*              STD       5
  373.   08*              STD       5
  374.   090*             STD       4
  375.   091*             STD       5
  376.   0952*            STD       3
  377.   0953*            STD       3
  378.   0954*            STD       4
  379.   0956*            STD       2
  380.   0957*            STD       2
  381.   0962*            STD       2
  382.   0963*            STD       2
  383.   096*             STD       3
  384.   0972*            STD       3
  385.   0973*            STD       3
  386.   097*             STD       4
  387.   098*             STD       4
  388.   0988*            STD       3
  389.   0989*            STD       3
  390.   099*             STD       4
  391.   0994*            STD       5
  392.   09*              LOC       1
  393.  
  394. No Area Codes:
  395.   *                LOC       1
  396.  
  397.  
  398.  
  399.  
  400.